home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2001 July / MaxiMac 116.iso / Macworld on CD n°116 / Mac OS X / Internet / Utilisation / Fizilla 5⁄30 / Defaults / Pref / all.js next >
Encoding:
Text File  |  2001-05-29  |  22.5 KB  |  520 lines  |  [TEXT/CWIE]

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is mozilla.org code.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation.  Portions created by Netscape are
  17.  * Copyright (C) 1998 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  */
  22.  
  23. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  24. //  The first character after a period must be alphabetic.
  25.  
  26. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  27.  
  28. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  29. pref("keyword.enabled", true);
  30. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  31. pref("general.useragent.misc", "rv:0.9+");
  32.  
  33. pref("general.startup.browser",             true);
  34. pref("general.startup.mail",                false);
  35. pref("general.startup.news",                false);
  36. pref("general.startup.editor",              false);
  37. pref("general.startup.compose",             false);
  38. pref("general.startup.addressbook",         false);
  39.  
  40. pref("general.open_location.last_url",      "");
  41. pref("general.open_location.last_window_choice", 0);
  42.  
  43. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  44. pref("browser.startup.page",                1);
  45. pref("browser.startup.homepage",       "chrome://navigator-region/locale/region.properties");
  46. // "browser.startup.homepage_override" was for 4.x
  47. pref("browser.startup.homepage_override.1", true);
  48. pref("browser.startup.autoload_homepage",   true);
  49.  
  50. pref("browser.cache.disk_cache_size",       50000);
  51. pref("browser.cache.enable",                true);
  52. pref("browser.cache.disk.enable",           true);
  53. pref("browser.cache.memory_cache_size",     4096);
  54. pref("browser.cache.disk_cache_ssl",        false);
  55. pref("browser.cache.check_doc_frequency",   0);
  56.  
  57. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  58. pref("browser.display.use_document_colors", true);
  59. pref("browser.display.use_system_colors",true);
  60. pref("browser.display.foreground_color",    "#000000");
  61. pref("browser.display.background_color",    "#C0C0C0");
  62. pref("browser.anchor_color",                "#0000EE");
  63. pref("browser.visited_color",               "#551A8B");
  64. pref("browser.underline_anchors",           true);
  65.  
  66. pref("browser.display.use_focus_colors",    false);
  67. pref("browser.display.focus_background_color", "#117722");
  68. pref("browser.display.focus_text_color",     "#ffffff");
  69. pref("browser.display.focus_ring_width",     1);
  70. pref("browser.display.focus_ring_on_anything", false);
  71.  
  72. pref("browser.chrome.toolbar_tips",         true);
  73. pref("browser.chrome.toolbar_style",        2);
  74.  
  75. pref("browser.toolbars.showbutton.bookmarks", true);
  76. pref("browser.toolbars.showbutton.go",      false);
  77. pref("browser.toolbars.showbutton.home",    true);
  78. pref("browser.toolbars.showbutton.mynetscape", true);
  79. pref("browser.toolbars.showbutton.net2phone", true);
  80. pref("browser.toolbars.showbutton.print",   true);
  81. pref("browser.toolbars.showbutton.search",  true);
  82.  
  83. pref("accessibility.browsewithcaret", false);
  84. pref("accessibility.usetexttospeech", "");
  85. pref("accessibility.usebrailledisplay", "");
  86. pref("accessibility.accesskeycausesactivation", true);
  87.  
  88. // Dialog modality issues
  89. pref("browser.prefWindowModal", true);
  90. pref("browser.show_about_as_stupid_modal_window", false);
  91.  
  92. pref("browser.download.progressDnldDialog.keepAlive", false); // keep the dnload progress dialog up after dnload is complete
  93.  
  94. // various default search settings
  95. pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.properties");
  96. pref("browser.search.opensidebarsearchpanel", true);
  97. pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
  98. pref("browser.search.mode", 0);
  99. pref("browser.search.powermode", 0);
  100. pref("browser.urlbar.autocomplete.enabled", true);
  101. pref("browser.urlbar.clickSelectsAll",false);
  102.  
  103. pref("browser.history.last_page_visited", "");
  104. pref("browser.history_expire_days", 9);
  105. pref("browser.sessionhistory.max_entries", 50);
  106.  
  107. // Translation service
  108. pref("browser.translation.service", "http://cgi.netscape.com/cgi-bin/translate.cgi?AlisUI=simple_frames/ns_home&AlisTargetURI=");
  109. pref("browser.translation.serviceDomain", "teletranslator.com");
  110.   
  111. // Platform for Internet Content Selection
  112. pref("browser.PICS.ratings_enabled", false);
  113. pref("browser.PICS.pages_must_be_rated", false);
  114. pref("browser.PICS.disable_for_this_session", false);
  115. pref("browser.PICS.reenable_for_this_session", false);
  116. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  117. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  118.  
  119. pref("browser.target_new_blocked", false);
  120.  
  121. // loading and rendering of framesets and iframes
  122. pref("browser.frames.enabled", true);
  123.  
  124. // view source
  125. pref("view_source.syntax_highlight", true);
  126.  
  127. // gfx widgets
  128. pref("nglayout.widget.mode", 2);
  129. pref("nglayout.widget.gfxscrollbars", true);
  130.  
  131. // use nsViewManager2
  132. pref("nglayout.view.useViewManager2", true);
  133.  
  134. // css2 hover pref
  135. pref("nglayout.events.showHierarchicalHover", false);
  136.  
  137. // whether or not to use xbl form controls
  138. pref("nglayout.debug.enable_xbl_forms", false);
  139.  
  140. // Smart Browsing prefs
  141. pref("browser.related.enabled", true);
  142. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  143. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  144. pref("browser.related.disabledForDomains", "");
  145. pref("browser.goBrowsing.enabled", true);
  146.  
  147. //Internet Search
  148. pref("browser.search.defaultenginename", "chrome://navigator/locale/navigator.properties");
  149.  
  150. // Default Capability Preferences: Security-Critical! 
  151. // Editing these may create a security risk - be sure you know what you're doing
  152. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  153.  
  154. pref("capability.policy.default.DOMException.code", "allAccess");
  155. pref("capability.policy.default.DOMException.message", "allAccess");
  156. pref("capability.policy.default.DOMException.name", "allAccess");
  157. pref("capability.policy.default.DOMException.result", "allAccess");
  158. pref("capability.policy.default.DOMException.toString", "allAccess");
  159.  
  160. pref("capability.policy.default.History.back", "allAccess");
  161. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  162. pref("capability.policy.default.History.forward", "allAccess");
  163. pref("capability.policy.default.History.go", "allAccess");
  164. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  165. pref("capability.policy.default.History.length", "UniversalBrowserRead");
  166. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  167. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  168. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  169.  
  170. pref("capability.policy.default.HTMLDocument.close", "allAccess");
  171. pref("capability.policy.default.HTMLDocument.open", "allAccess");
  172. pref("capability.policy.default.HTMLDocument.write", "allAccess");
  173. pref("capability.policy.default.HTMLDocument.writeln", "allAccess");
  174.  
  175. pref("capability.policy.default.Location.hash.set", "allAccess");
  176. pref("capability.policy.default.Location.host.set", "allAccess");
  177. pref("capability.policy.default.Location.hostname.set", "allAccess");
  178. pref("capability.policy.default.Location.href.set", "allAccess");
  179. pref("capability.policy.default.Location.pathname.set", "allAccess");
  180. pref("capability.policy.default.Location.port.set", "allAccess");
  181. pref("capability.policy.default.Location.protocol.set", "allAccess");
  182. pref("capability.policy.default.Location.reload", "allAccess");
  183. pref("capability.policy.default.Location.replace", "allAccess");
  184. pref("capability.policy.default.Location.search.set", "allAccess");
  185.  
  186. pref("capability.policy.default.Navigator.preference", "allAccess");
  187. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  188. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  189.  
  190. pref("capability.policy.default.Window.blur", "allAccess");
  191. pref("capability.policy.default.Window.close", "allAccess");
  192. pref("capability.policy.default.Window.closed", "allAccess");
  193. pref("capability.policy.default.Window.Components", "allAccess");
  194. pref("capability.policy.default.Window.document", "allAccess");
  195. pref("capability.policy.default.Window.focus", "allAccess");
  196. pref("capability.policy.default.Window.history", "allAccess");
  197. pref("capability.policy.default.Window.location", "allAccess");
  198. // window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009
  199. pref("capability.policy.default.Window.openDialog", "noAccess");
  200. pref("capability.policy.default.Window.self", "allAccess");
  201. pref("capability.policy.default.Window.window", "allAccess");
  202.  
  203. // Restrictions on the DOM for mail/news - see bug 66938
  204. pref("capability.policy.mailnews.DOMException.toString", "noAccess");;
  205. pref("capability.policy.mailnews.HTMLAnchorElement.hash", "noAccess");
  206. pref("capability.policy.mailnews.HTMLAnchorElement.host", "noAccess");
  207. pref("capability.policy.mailnews.HTMLAnchorElement.hostname", "noAccess");
  208. pref("capability.policy.mailnews.HTMLAnchorElement.href", "noAccess");
  209. pref("capability.policy.mailnews.HTMLAnchorElement.pathname", "noAccess");
  210. pref("capability.policy.mailnews.HTMLAnchorElement.port", "noAccess");
  211. pref("capability.policy.mailnews.HTMLAnchorElement.protocol", "noAccess");
  212. pref("capability.policy.mailnews.HTMLAnchorElement.search", "noAccess");
  213. pref("capability.policy.mailnews.HTMLAnchorElement.text", "noAccess");
  214. pref("capability.policy.mailnews.HTMLAnchorElement.getAttribute", "noAccess");
  215. pref("capability.policy.mailnews.HTMLAnchorElement.attributes", "noAccess");
  216. pref("capability.policy.mailnews.HTMLDocument.location", "noAccess");
  217. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  218. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  219. pref("capability.policy.mailnews.Text.nodeValue", "noAccess");
  220. pref("capability.policy.mailnews.Text.data", "noAccess");
  221. pref("capability.policy.mailnews.Text.substringData", "noAccess");
  222. pref("capability.policy.mailnews.CDATASection.nodeValue", "noAccess");
  223. pref("capability.policy.mailnews.CDATASection.data", "noAccess");
  224. pref("capability.policy.mailnews.CDATASection.substringData", "noAccess");
  225. pref("capability.policy.mailnews.Range.toString", "noAccess");
  226. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  227. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  228. pref("capability.policy.mailnews.Window.location", "noAccess");
  229.  
  230. pref("javascript.enabled",                  true);
  231. pref("javascript.allow.mailnews",           false);
  232. pref("javascript.options.strict",           false);
  233.  
  234. // advanced prefs
  235. pref("advanced.always_load_images",         true);
  236. pref("security.enable_java",                 true);
  237. pref("css.allow",                           true);
  238. pref("advanced.mailftp",                    false);
  239. pref("image.animation_mode",                "normal");
  240.  
  241. pref("offline.startup_state",            0);
  242. pref("offline.send.unsent_messages",            0);
  243. pref("offline.download.download_messages",  0);
  244. pref("offline.prompt_synch_on_exit",            true);
  245. pref("offline.news.download.use_days",          0);
  246.  
  247. pref("network.hosts.smtp_server",           "mail");
  248. pref("network.hosts.pop_server",            "mail");
  249. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  250.  
  251. // <ruslan>
  252. pref("network.http.version", "1.1");      // default
  253. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  254. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  255. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  256. // some older 1.0 servers:
  257.  
  258. pref("network.http.keep-alive", true); // set it to false in case of problems
  259. pref("network.http.proxy.keep-alive", true );
  260. pref("network.http.keep-alive.timeout", 300);
  261.  
  262. pref("network.http.max-connections", 16);
  263. pref("network.http.max-connections-per-server", 8);
  264. pref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive
  265. pref("network.http.keep-alive.max-connections-per-server", 8);
  266.  
  267. pref("network.http.connect.timeout",  30);    // in seconds
  268. pref("network.http.request.timeout", 120);    // in seconds
  269.  
  270. // Accept header
  271. pref("network.http.accept.default", "text/xml;q=1, text/html;q=0.9, image/png;q=1, image/jpeg;q=1, image/gif;q=0.9, text/plain;q=0.8, text/css;q=1, */*;q=0.01");
  272.  
  273. // Enable http compression: comment this out in case of problems with 1.1
  274. pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");
  275.  
  276. pref("network.http.pipelining"      , false);
  277. pref("network.http.proxy.pipelining", false);
  278.  
  279. // Always pipeling the very first request:  this will only work when you are
  280. // absolutely sure the the site or proxy you are browsing to/through support
  281. // pipelining; the default behavior will be that the browser will first make
  282. // a normal, non-pipelined request, then  examine  and remember the responce
  283. // and only the subsequent requests to that site will be pipeline
  284. pref("network.http.pipelining.firstrequest", false);
  285.  
  286. // Max number of requests in the pipeline
  287. pref("network.http.pipelining.maxrequests" , 4);
  288.  
  289. pref("network.http.proxy.ssl.connect",true);
  290. // </ruslan>
  291.  
  292. // until the directory view has an owner
  293. // necko will produce html -- dougt
  294. pref("network.dir.generate_html", true);
  295.  
  296. // sspitzer:  change this back to "news" when we get to beta.
  297. // for now, set this to news.mozilla.org because you can only
  298. // post to the server specified by this pref.
  299. pref("network.hosts.nntp_server",           "news.mozilla.org");
  300.  
  301. pref("network.hosts.socks_server",          "");
  302. pref("network.hosts.socks_serverport",      1080);
  303. pref("network.hosts.socks_conf",            "");
  304. pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  305. pref("network.image.warnAboutImages",       false);
  306. pref("network.proxy.autoconfig_url",        "");
  307. pref("network.proxy.type",                  0);
  308. pref("network.proxy.ftp",                   "");
  309. pref("network.proxy.ftp_port",              0);
  310. pref("network.proxy.gopher",                "");
  311. pref("network.proxy.gopher_port",           0);
  312. pref("network.proxy.news",                  "");
  313. pref("network.proxy.news_port",             0);
  314. pref("network.proxy.http",                  "");
  315. pref("network.proxy.http_port",             0);
  316. pref("network.proxy.wais",                  "");
  317. pref("network.proxy.wais_port",             0);
  318. pref("network.proxy.ssl",                   "");
  319. pref("network.proxy.ssl_port",              0);
  320. pref("network.proxy.socks",                 "");
  321. pref("network.proxy.socks_port",            0);
  322. pref("network.proxy.no_proxies_on",         "");
  323. pref("network.online",                      true); //online/offline
  324. pref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
  325. pref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
  326. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  327. pref("network.cookie.warnAboutCookies",     false);
  328. pref("signon.rememberSignons",              true);
  329. pref("network.sendRefererHeader",           2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  330. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  331. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  332. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  333. pref("wallet.captureForms",                 true);
  334. pref("wallet.notified",                     false);
  335. pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
  336. pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
  337. pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
  338. pref("wallet.version",                      "1");
  339. pref("wallet.enabled",                      true);
  340. pref("wallet.crypto",                       false);
  341. pref("imageblocker.enabled",                true);
  342. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  343. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  344. pref("intl.collationOption",                "chrome://navigator/locale/navigator.properties");
  345. pref("intl.menuitems.alwaysappendacceskeys","chrome://navigator/locale/navigator.properties");
  346. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  347. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  348. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  349. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  350. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  351. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  352. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  353. pref("intl.charsetmenu.browser.cache",      "");
  354. pref("intl.charsetmenu.mailview.cache",     "");
  355. pref("intl.charsetmenu.composer.cache",     "");
  356. pref("intl.charsetmenu.browser.cache.size", 5);
  357. pref("intl.charset.detector",                "chrome://navigator/locale/navigator.properties");
  358. pref("intl.charset.default",                "chrome://navigator/locale/navigator.properties");
  359.  
  360. pref("font.default", "serif");
  361. pref("font.size.variable.ar", 16);
  362. pref("font.size.fixed.ar", 13);
  363.  
  364. pref("font.size.variable.el", 16);
  365. pref("font.size.fixed.el", 13);
  366.  
  367. pref("font.size.variable.he", 16);
  368. pref("font.size.fixed.he", 13);
  369.  
  370. pref("font.size.variable.ja", 16);
  371. pref("font.size.fixed.ja", 16);
  372.  
  373. pref("font.size.variable.ko", 16);
  374. pref("font.size.fixed.ko", 16);
  375.  
  376. pref("font.size.variable.th", 16);
  377. pref("font.size.fixed.th", 13);
  378.  
  379. pref("font.size.variable.tr", 16);
  380. pref("font.size.fixed.tr", 13);
  381.  
  382. pref("font.size.variable.x-baltic", 16);
  383. pref("font.size.fixed.x-baltic", 13);
  384.  
  385. pref("font.size.variable.x-central-euro", 16);
  386. pref("font.size.fixed.x-central-euro", 13);
  387.  
  388. pref("font.size.variable.x-cyrillic", 16);
  389. pref("font.size.fixed.x-cyrillic", 13);
  390.  
  391. pref("font.size.variable.x-unicode", 16);
  392. pref("font.size.fixed.x-unicode", 13);
  393.  
  394. pref("font.size.variable.x-western", 16);
  395. pref("font.size.fixed.x-western", 13);
  396.  
  397. pref("font.size.variable.zh-CN", 16);
  398. pref("font.size.fixed.zh-CN", 16);
  399.  
  400. pref("font.size.variable.zh-TW", 16);
  401. pref("font.size.fixed.zh-TW", 16);
  402.  
  403. // -- folders (Mac: these are binary aliases.)
  404. localDefPref("mail.signature_file",             "");
  405. localDefPref("mail.directory",                  "");
  406.  
  407. pref("images.dither", "auto");
  408. localDefPref("news.directory",                  "");
  409. localDefPref("security.directory",              "");
  410.  
  411. pref("autoupdate.enabled",              true);
  412.  
  413. pref("silentdownload.enabled",    true);
  414. pref("silentdownload.directory",  "");
  415. pref("silentdownload.range",      3000);
  416. pref("silentdownload.interval",  10000);
  417.  
  418. pref("browser.editor.disabled", false);
  419.  
  420. pref("spellchecker.dictionary", "");
  421.  
  422. pref("signed.applets.codebase_principal_support", false);
  423. pref("security.checkloaduri", true);
  424. pref("security.xpconnect.plugin.unrestricted", true);
  425.  
  426. // Modifier key prefs: default to Windows settings,
  427. // menu access key = alt, accelerator key = control.
  428. pref("ui.key.accelKey", 17);
  429. pref("ui.key.menuAccessKey", 18);
  430. pref("ui.key.menuAccessKeyFocuses", false);
  431. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  432.  
  433. // Middle-mouse handling
  434. pref("middlemouse.paste", false);
  435. pref("middlemouse.openNewWindow", true);
  436. pref("middlemouse.contentLoadURL", false);
  437. pref("middlemouse.scrollbarPosition", false);
  438.  
  439. // Clipboard behavior
  440. pref("clipboard.autocopy", false);
  441.  
  442. // 0=lines, 1=pages, 2=history , 3=text size
  443. pref("mousewheel.withnokey.action",0);
  444. pref("mousewheel.withnokey.numlines",1);    
  445. pref("mousewheel.withnokey.sysnumlines",true);
  446. pref("mousewheel.withcontrolkey.action",0);
  447. pref("mousewheel.withcontrolkey.numlines",1);
  448. pref("mousewheel.withcontrolkey.sysnumlines",true);
  449. pref("mousewheel.withshiftkey.action",0);
  450. pref("mousewheel.withshiftkey.numlines",1);
  451. pref("mousewheel.withshiftkey.sysnumlines",false);
  452. pref("mousewheel.withaltkey.action",2);
  453. pref("mousewheel.withaltkey.numlines",1);
  454. pref("mousewheel.withaltkey.sysnumlines",false);
  455.  
  456. pref("profile.confirm_automigration",true);
  457.  
  458. // Customizable toolbar stuff
  459. pref("custtoolbar.personal_toolbar_folder", "");
  460.  
  461. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  462. pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
  463.  
  464. pref("prefs.converted-to-utf8",false);
  465. // --------------------------------------------------
  466. // IBMBIDI 
  467. // --------------------------------------------------
  468. //
  469. // ------------------
  470. //  Text Direction
  471. // ------------------
  472. // 1 = directionLTRBidi *
  473. // 2 = directionRTLBidi
  474. pref("bidi.direction", 1);
  475. // ------------------
  476. //  Text Type
  477. // ------------------
  478. // 1 = charsettexttypeBidi *
  479. // 2 = logicaltexttypeBidi
  480. // 3 = visualtexttypeBidi
  481. pref("bidi.texttype", 1);
  482. // ------------------
  483. //  Controls Text Mode
  484. // ------------------
  485. // 1 = logicalcontrolstextmodeBidiCmd
  486. // 2 = visiualcontrolstextmodeBidi
  487. // 3 = containercontrolstextmodeBidi *
  488. pref("bidi.controlstextmode", 1);
  489. // ------------------
  490. //  Clipboard Text Mode
  491. // ------------------
  492. //  1 = logicalclipboardtextmodeBidi
  493. // 2 = visiualclipboardtextmodeBidi
  494. // 3 = sourceclipboardtextmodeBidi *
  495. pref("bidi.clipboardtextmode", 3);
  496. // ------------------
  497. //  Numeral Style
  498. // ------------------
  499. // 1 = regularcontextnumeralBidi *
  500. // 2 = hindicontextnumeralBidi
  501. // 3 = arabicnumeralBidi
  502. // 4 = hindinumeralBidi
  503. pref("bidi.numeral", 1);
  504. // ------------------
  505. //  Support Mode
  506. // ------------------
  507. // 1 = mozillaBidisupport *
  508. // 2 = OsBidisupport
  509. // 3 = disableBidisupport
  510. pref("bidi.support", 1);
  511. // ------------------
  512. //  Charset Mode
  513. // ------------------
  514. // 1 = doccharactersetBidi *
  515. // 2 = defaultcharactersetBidi
  516. pref("bidi.characterset", 1);
  517.  
  518.  
  519. pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
  520.